.col-1 {
    width: 100%;
}

.col-2 {
    width: 48%;
    margin: 0 1% 2em 1%;
}

.col-3 {
    width: 30.33%;
    margin: 0 1% 2em 1%;
}

.col-4 {
    width: 23%;
    margin: 0 1% 2em 1%;
}

.col-5 {
    width: 18%;
    margin: 0 1% 2em 1%;
}

.col-6 {
    width: 14.66%;
    margin: 0 1% 2em 1%;
}

.col-7 {
    width: 12.28%;
    margin: 0 1% 2em 1%;
}

.col-8 {
    width: 10.5%;
    margin: 0 1% 2em 1%;
}

.p2p5-auto-post a {
    text-decoration: none;
}

.p2p5-auto-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p2p5-auto-post-actu {
    float: left;
}

.p2p5-auto-post-actu a {
    position: relative;
    display: block;
}

.p2p5-auto-post-actu-content {
    padding: 1em;
    margin-bottom: 4px;
}

.p2p5-auto-post-actu-content * {
    color: #fff;
}

.p2p5-auto-post-actu-content p {
    margin: 0;
    font-weight: normal;
}

.p2p5-auto-post-actu-date {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.p2p5-auto-post-actu-date span {
    font-weight: bold;
}

.p2p5-auto-post-actu .readmore {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    font-family: serif;
    font-size: 4.5rem;
    font-weight: 100;
    color: #fff;
    line-height: 1;
}

@media screen and (max-width: 600px) {
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8 {
        width: 100%;
        margin: 0 0 2em 0;
    }
    .p2p5-auto-post-actu a img {
        min-width: 100%;
    }
}


.p2p5-auto-post a,
.p2p5-auto-post a:hover{
    color: #f1f1f1;
}

.flash-infos a {
    color: inherit;
}